home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / SET.HLP < prev    next >
Text File  |  1985-09-10  |  619b  |  24 lines

  1. -------------------------  SET - Internal DOS Command  -------------------------
  2.  
  3. SET inserts strings into the command processor's environment.
  4.  
  5. FORMAT:   SET [name=[parameter]]
  6.  
  7. REMARKS:
  8.  
  9.    The environment (a series of names and parameters) is made available to all
  10.    DOS commands and programs.  Entering SET with no parameters shows the current
  11.    set of environment strings.  Entering "SET name=" removes "name" from the
  12.    environment.
  13.  
  14. EXAMPLES:
  15.  
  16. Add the string HELP=HelpDOS to the environment:
  17.  
  18.           SET HELP=HelpDOS
  19.  
  20.  
  21. Display the current set of environment strings:
  22.  
  23.           SET
  24.